\(\int \frac {1}{(a+a \sec (e+f x))^{5/2} \sqrt {c-c \sec (e+f x)}} \, dx\) [128]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [F]
   Sympy [F]
   Maxima [B] (verification not implemented)
   Giac [A] (verification not implemented)
   Mupad [F(-1)]

Optimal result

Integrand size = 30, antiderivative size = 270 \[ \int \frac {1}{(a+a \sec (e+f x))^{5/2} \sqrt {c-c \sec (e+f x)}} \, dx=\frac {\log (\cos (e+f x)) \tan (e+f x)}{a^2 f \sqrt {a+a \sec (e+f x)} \sqrt {c-c \sec (e+f x)}}+\frac {\log (1-\sec (e+f x)) \tan (e+f x)}{8 a^2 f \sqrt {a+a \sec (e+f x)} \sqrt {c-c \sec (e+f x)}}+\frac {7 \log (1+\sec (e+f x)) \tan (e+f x)}{8 a^2 f \sqrt {a+a \sec (e+f x)} \sqrt {c-c \sec (e+f x)}}-\frac {\tan (e+f x)}{4 a^2 f (1+\sec (e+f x))^2 \sqrt {a+a \sec (e+f x)} \sqrt {c-c \sec (e+f x)}}-\frac {3 \tan (e+f x)}{4 a^2 f (1+\sec (e+f x)) \sqrt {a+a \sec (e+f x)} \sqrt {c-c \sec (e+f x)}} \]

[Out]

ln(cos(f*x+e))*tan(f*x+e)/a^2/f/(a+a*sec(f*x+e))^(1/2)/(c-c*sec(f*x+e))^(1/2)+1/8*ln(1-sec(f*x+e))*tan(f*x+e)/
a^2/f/(a+a*sec(f*x+e))^(1/2)/(c-c*sec(f*x+e))^(1/2)+7/8*ln(1+sec(f*x+e))*tan(f*x+e)/a^2/f/(a+a*sec(f*x+e))^(1/
2)/(c-c*sec(f*x+e))^(1/2)-1/4*tan(f*x+e)/a^2/f/(1+sec(f*x+e))^2/(a+a*sec(f*x+e))^(1/2)/(c-c*sec(f*x+e))^(1/2)-
3/4*tan(f*x+e)/a^2/f/(1+sec(f*x+e))/(a+a*sec(f*x+e))^(1/2)/(c-c*sec(f*x+e))^(1/2)

Rubi [A] (verified)

Time = 0.19 (sec) , antiderivative size = 270, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.067, Rules used = {3997, 84} \[ \int \frac {1}{(a+a \sec (e+f x))^{5/2} \sqrt {c-c \sec (e+f x)}} \, dx=-\frac {3 \tan (e+f x)}{4 a^2 f (\sec (e+f x)+1) \sqrt {a \sec (e+f x)+a} \sqrt {c-c \sec (e+f x)}}-\frac {\tan (e+f x)}{4 a^2 f (\sec (e+f x)+1)^2 \sqrt {a \sec (e+f x)+a} \sqrt {c-c \sec (e+f x)}}+\frac {\tan (e+f x) \log (1-\sec (e+f x))}{8 a^2 f \sqrt {a \sec (e+f x)+a} \sqrt {c-c \sec (e+f x)}}+\frac {7 \tan (e+f x) \log (\sec (e+f x)+1)}{8 a^2 f \sqrt {a \sec (e+f x)+a} \sqrt {c-c \sec (e+f x)}}+\frac {\tan (e+f x) \log (\cos (e+f x))}{a^2 f \sqrt {a \sec (e+f x)+a} \sqrt {c-c \sec (e+f x)}} \]

[In]

Int[1/((a + a*Sec[e + f*x])^(5/2)*Sqrt[c - c*Sec[e + f*x]]),x]

[Out]

(Log[Cos[e + f*x]]*Tan[e + f*x])/(a^2*f*Sqrt[a + a*Sec[e + f*x]]*Sqrt[c - c*Sec[e + f*x]]) + (Log[1 - Sec[e +
f*x]]*Tan[e + f*x])/(8*a^2*f*Sqrt[a + a*Sec[e + f*x]]*Sqrt[c - c*Sec[e + f*x]]) + (7*Log[1 + Sec[e + f*x]]*Tan
[e + f*x])/(8*a^2*f*Sqrt[a + a*Sec[e + f*x]]*Sqrt[c - c*Sec[e + f*x]]) - Tan[e + f*x]/(4*a^2*f*(1 + Sec[e + f*
x])^2*Sqrt[a + a*Sec[e + f*x]]*Sqrt[c - c*Sec[e + f*x]]) - (3*Tan[e + f*x])/(4*a^2*f*(1 + Sec[e + f*x])*Sqrt[a
 + a*Sec[e + f*x]]*Sqrt[c - c*Sec[e + f*x]])

Rule 84

Int[((e_.) + (f_.)*(x_))^(p_.)/(((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))), x_Symbol] :> Int[ExpandIntegrand[(
e + f*x)^p/((a + b*x)*(c + d*x)), x], x] /; FreeQ[{a, b, c, d, e, f}, x] && IntegerQ[p]

Rule 3997

Int[(csc[(e_.) + (f_.)*(x_)]*(b_.) + (a_))^(m_.)*(csc[(e_.) + (f_.)*(x_)]*(d_.) + (c_))^(n_.), x_Symbol] :> Di
st[a*c*(Cot[e + f*x]/(f*Sqrt[a + b*Csc[e + f*x]]*Sqrt[c + d*Csc[e + f*x]])), Subst[Int[(a + b*x)^(m - 1/2)*((c
 + d*x)^(n - 1/2)/x), x], x, Csc[e + f*x]], x] /; FreeQ[{a, b, c, d, e, f, m, n}, x] && EqQ[b*c + a*d, 0] && E
qQ[a^2 - b^2, 0]

Rubi steps \begin{align*} \text {integral}& = -\frac {(a c \tan (e+f x)) \text {Subst}\left (\int \frac {1}{x (a+a x)^3 (c-c x)} \, dx,x,\sec (e+f x)\right )}{f \sqrt {a+a \sec (e+f x)} \sqrt {c-c \sec (e+f x)}} \\ & = -\frac {(a c \tan (e+f x)) \text {Subst}\left (\int \left (-\frac {1}{8 a^3 c (-1+x)}+\frac {1}{a^3 c x}-\frac {1}{2 a^3 c (1+x)^3}-\frac {3}{4 a^3 c (1+x)^2}-\frac {7}{8 a^3 c (1+x)}\right ) \, dx,x,\sec (e+f x)\right )}{f \sqrt {a+a \sec (e+f x)} \sqrt {c-c \sec (e+f x)}} \\ & = \frac {\log (\cos (e+f x)) \tan (e+f x)}{a^2 f \sqrt {a+a \sec (e+f x)} \sqrt {c-c \sec (e+f x)}}+\frac {\log (1-\sec (e+f x)) \tan (e+f x)}{8 a^2 f \sqrt {a+a \sec (e+f x)} \sqrt {c-c \sec (e+f x)}}+\frac {7 \log (1+\sec (e+f x)) \tan (e+f x)}{8 a^2 f \sqrt {a+a \sec (e+f x)} \sqrt {c-c \sec (e+f x)}}-\frac {\tan (e+f x)}{4 a^2 f (1+\sec (e+f x))^2 \sqrt {a+a \sec (e+f x)} \sqrt {c-c \sec (e+f x)}}-\frac {3 \tan (e+f x)}{4 a^2 f (1+\sec (e+f x)) \sqrt {a+a \sec (e+f x)} \sqrt {c-c \sec (e+f x)}} \\ \end{align*}

Mathematica [A] (verified)

Time = 1.02 (sec) , antiderivative size = 101, normalized size of antiderivative = 0.37 \[ \int \frac {1}{(a+a \sec (e+f x))^{5/2} \sqrt {c-c \sec (e+f x)}} \, dx=\frac {\left (8 \log (\cos (e+f x))+\log (1-\sec (e+f x))+7 \log (1+\sec (e+f x))-\frac {2}{(1+\sec (e+f x))^2}-\frac {6}{1+\sec (e+f x)}\right ) \tan (e+f x)}{8 a^2 f \sqrt {a (1+\sec (e+f x))} \sqrt {c-c \sec (e+f x)}} \]

[In]

Integrate[1/((a + a*Sec[e + f*x])^(5/2)*Sqrt[c - c*Sec[e + f*x]]),x]

[Out]

((8*Log[Cos[e + f*x]] + Log[1 - Sec[e + f*x]] + 7*Log[1 + Sec[e + f*x]] - 2/(1 + Sec[e + f*x])^2 - 6/(1 + Sec[
e + f*x]))*Tan[e + f*x])/(8*a^2*f*Sqrt[a*(1 + Sec[e + f*x])]*Sqrt[c - c*Sec[e + f*x]])

Maple [A] (verified)

Time = 2.52 (sec) , antiderivative size = 195, normalized size of antiderivative = 0.72

method result size
default \(-\frac {\sqrt {2}\, \sqrt {-\frac {2 a}{\left (1-\cos \left (f x +e \right )\right )^{2} \csc \left (f x +e \right )^{2}-1}}\, \left (1-\cos \left (f x +e \right )\right ) \left (\left (1-\cos \left (f x +e \right )\right )^{4} \csc \left (f x +e \right )^{4}-8 \left (1-\cos \left (f x +e \right )\right )^{2} \csc \left (f x +e \right )^{2}+16 \ln \left (\left (1-\cos \left (f x +e \right )\right )^{2} \csc \left (f x +e \right )^{2}+1\right )-4 \ln \left (-\cot \left (f x +e \right )+\csc \left (f x +e \right )\right )\right ) \csc \left (f x +e \right )}{32 f \,a^{3} \sqrt {\frac {c \left (1-\cos \left (f x +e \right )\right )^{2} \csc \left (f x +e \right )^{2}}{\left (1-\cos \left (f x +e \right )\right )^{2} \csc \left (f x +e \right )^{2}-1}}}\) \(195\)
risch \(\frac {\left ({\mathrm e}^{i \left (f x +e \right )}+1\right ) \left ({\mathrm e}^{i \left (f x +e \right )}-1\right ) x}{a^{2} \sqrt {\frac {a \left ({\mathrm e}^{i \left (f x +e \right )}+1\right )^{2}}{1+{\mathrm e}^{2 i \left (f x +e \right )}}}\, \left (1+{\mathrm e}^{2 i \left (f x +e \right )}\right ) \sqrt {\frac {c \left ({\mathrm e}^{i \left (f x +e \right )}-1\right )^{2}}{1+{\mathrm e}^{2 i \left (f x +e \right )}}}}-\frac {2 \left ({\mathrm e}^{i \left (f x +e \right )}+1\right ) \left ({\mathrm e}^{i \left (f x +e \right )}-1\right ) \left (f x +e \right )}{a^{2} \sqrt {\frac {a \left ({\mathrm e}^{i \left (f x +e \right )}+1\right )^{2}}{1+{\mathrm e}^{2 i \left (f x +e \right )}}}\, \left (1+{\mathrm e}^{2 i \left (f x +e \right )}\right ) \sqrt {\frac {c \left ({\mathrm e}^{i \left (f x +e \right )}-1\right )^{2}}{1+{\mathrm e}^{2 i \left (f x +e \right )}}}\, f}-\frac {i \left (5 \,{\mathrm e}^{2 i \left (f x +e \right )}+8 \,{\mathrm e}^{i \left (f x +e \right )}+5\right ) \left ({\mathrm e}^{2 i \left (f x +e \right )}-{\mathrm e}^{i \left (f x +e \right )}\right )}{2 a^{2} \left ({\mathrm e}^{i \left (f x +e \right )}+1\right )^{3} \sqrt {\frac {a \left ({\mathrm e}^{i \left (f x +e \right )}+1\right )^{2}}{1+{\mathrm e}^{2 i \left (f x +e \right )}}}\, \left (1+{\mathrm e}^{2 i \left (f x +e \right )}\right ) \sqrt {\frac {c \left ({\mathrm e}^{i \left (f x +e \right )}-1\right )^{2}}{1+{\mathrm e}^{2 i \left (f x +e \right )}}}\, f}-\frac {7 i \left ({\mathrm e}^{i \left (f x +e \right )}+1\right ) \left ({\mathrm e}^{i \left (f x +e \right )}-1\right ) \ln \left ({\mathrm e}^{i \left (f x +e \right )}+1\right )}{4 a^{2} \sqrt {\frac {a \left ({\mathrm e}^{i \left (f x +e \right )}+1\right )^{2}}{1+{\mathrm e}^{2 i \left (f x +e \right )}}}\, \left (1+{\mathrm e}^{2 i \left (f x +e \right )}\right ) \sqrt {\frac {c \left ({\mathrm e}^{i \left (f x +e \right )}-1\right )^{2}}{1+{\mathrm e}^{2 i \left (f x +e \right )}}}\, f}-\frac {i \left ({\mathrm e}^{i \left (f x +e \right )}+1\right ) \left ({\mathrm e}^{i \left (f x +e \right )}-1\right ) \ln \left ({\mathrm e}^{i \left (f x +e \right )}-1\right )}{4 a^{2} \sqrt {\frac {a \left ({\mathrm e}^{i \left (f x +e \right )}+1\right )^{2}}{1+{\mathrm e}^{2 i \left (f x +e \right )}}}\, \left (1+{\mathrm e}^{2 i \left (f x +e \right )}\right ) \sqrt {\frac {c \left ({\mathrm e}^{i \left (f x +e \right )}-1\right )^{2}}{1+{\mathrm e}^{2 i \left (f x +e \right )}}}\, f}\) \(582\)

[In]

int(1/(a+a*sec(f*x+e))^(5/2)/(c-c*sec(f*x+e))^(1/2),x,method=_RETURNVERBOSE)

[Out]

-1/32/f*2^(1/2)/a^3*(-2*a/((1-cos(f*x+e))^2*csc(f*x+e)^2-1))^(1/2)/(c*(1-cos(f*x+e))^2/((1-cos(f*x+e))^2*csc(f
*x+e)^2-1)*csc(f*x+e)^2)^(1/2)*(1-cos(f*x+e))*((1-cos(f*x+e))^4*csc(f*x+e)^4-8*(1-cos(f*x+e))^2*csc(f*x+e)^2+1
6*ln((1-cos(f*x+e))^2*csc(f*x+e)^2+1)-4*ln(-cot(f*x+e)+csc(f*x+e)))*csc(f*x+e)

Fricas [F]

\[ \int \frac {1}{(a+a \sec (e+f x))^{5/2} \sqrt {c-c \sec (e+f x)}} \, dx=\int { \frac {1}{{\left (a \sec \left (f x + e\right ) + a\right )}^{\frac {5}{2}} \sqrt {-c \sec \left (f x + e\right ) + c}} \,d x } \]

[In]

integrate(1/(a+a*sec(f*x+e))^(5/2)/(c-c*sec(f*x+e))^(1/2),x, algorithm="fricas")

[Out]

integral(-sqrt(a*sec(f*x + e) + a)*sqrt(-c*sec(f*x + e) + c)/(a^3*c*sec(f*x + e)^4 + 2*a^3*c*sec(f*x + e)^3 -
2*a^3*c*sec(f*x + e) - a^3*c), x)

Sympy [F]

\[ \int \frac {1}{(a+a \sec (e+f x))^{5/2} \sqrt {c-c \sec (e+f x)}} \, dx=\int \frac {1}{\left (a \left (\sec {\left (e + f x \right )} + 1\right )\right )^{\frac {5}{2}} \sqrt {- c \left (\sec {\left (e + f x \right )} - 1\right )}}\, dx \]

[In]

integrate(1/(a+a*sec(f*x+e))**(5/2)/(c-c*sec(f*x+e))**(1/2),x)

[Out]

Integral(1/((a*(sec(e + f*x) + 1))**(5/2)*sqrt(-c*(sec(e + f*x) - 1))), x)

Maxima [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 2206 vs. \(2 (242) = 484\).

Time = 0.51 (sec) , antiderivative size = 2206, normalized size of antiderivative = 8.17 \[ \int \frac {1}{(a+a \sec (e+f x))^{5/2} \sqrt {c-c \sec (e+f x)}} \, dx=\text {Too large to display} \]

[In]

integrate(1/(a+a*sec(f*x+e))^(5/2)/(c-c*sec(f*x+e))^(1/2),x, algorithm="maxima")

[Out]

-1/4*(4*(f*x + e)*cos(4*f*x + 4*e)^2 + 144*(f*x + e)*cos(2*f*x + 2*e)^2 + 64*(f*x + e)*cos(3/2*arctan2(sin(2*f
*x + 2*e), cos(2*f*x + 2*e)))^2 + 64*(f*x + e)*cos(1/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e)))^2 + 4*(f*x
 + e)*sin(4*f*x + 4*e)^2 + 144*(f*x + e)*sin(2*f*x + 2*e)^2 + 64*(f*x + e)*sin(3/2*arctan2(sin(2*f*x + 2*e), c
os(2*f*x + 2*e)))^2 + 64*(f*x + e)*sin(1/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e)))^2 + 4*f*x - 7*(2*(6*co
s(2*f*x + 2*e) + 1)*cos(4*f*x + 4*e) + cos(4*f*x + 4*e)^2 + 36*cos(2*f*x + 2*e)^2 + 8*(cos(4*f*x + 4*e) + 6*co
s(2*f*x + 2*e) + 4*cos(1/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e))) + 1)*cos(3/2*arctan2(sin(2*f*x + 2*e),
 cos(2*f*x + 2*e))) + 16*cos(3/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e)))^2 + 8*(cos(4*f*x + 4*e) + 6*cos(
2*f*x + 2*e) + 1)*cos(1/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e))) + 16*cos(1/2*arctan2(sin(2*f*x + 2*e),
cos(2*f*x + 2*e)))^2 + sin(4*f*x + 4*e)^2 + 12*sin(4*f*x + 4*e)*sin(2*f*x + 2*e) + 36*sin(2*f*x + 2*e)^2 + 8*(
sin(4*f*x + 4*e) + 6*sin(2*f*x + 2*e) + 4*sin(1/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e))))*sin(3/2*arctan
2(sin(2*f*x + 2*e), cos(2*f*x + 2*e))) + 16*sin(3/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e)))^2 + 8*(sin(4*
f*x + 4*e) + 6*sin(2*f*x + 2*e))*sin(1/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e))) + 16*sin(1/2*arctan2(sin
(2*f*x + 2*e), cos(2*f*x + 2*e)))^2 + 12*cos(2*f*x + 2*e) + 1)*arctan2(sin(1/2*arctan2(sin(2*f*x + 2*e), cos(2
*f*x + 2*e))), cos(1/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e))) + 1) - (2*(6*cos(2*f*x + 2*e) + 1)*cos(4*f
*x + 4*e) + cos(4*f*x + 4*e)^2 + 36*cos(2*f*x + 2*e)^2 + 8*(cos(4*f*x + 4*e) + 6*cos(2*f*x + 2*e) + 4*cos(1/2*
arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e))) + 1)*cos(3/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e))) + 16*co
s(3/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e)))^2 + 8*(cos(4*f*x + 4*e) + 6*cos(2*f*x + 2*e) + 1)*cos(1/2*a
rctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e))) + 16*cos(1/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e)))^2 + sin(
4*f*x + 4*e)^2 + 12*sin(4*f*x + 4*e)*sin(2*f*x + 2*e) + 36*sin(2*f*x + 2*e)^2 + 8*(sin(4*f*x + 4*e) + 6*sin(2*
f*x + 2*e) + 4*sin(1/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e))))*sin(3/2*arctan2(sin(2*f*x + 2*e), cos(2*f
*x + 2*e))) + 16*sin(3/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e)))^2 + 8*(sin(4*f*x + 4*e) + 6*sin(2*f*x +
2*e))*sin(1/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e))) + 16*sin(1/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x +
2*e)))^2 + 12*cos(2*f*x + 2*e) + 1)*arctan2(sin(1/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e))), cos(1/2*arct
an2(sin(2*f*x + 2*e), cos(2*f*x + 2*e))) - 1) + 8*(f*x + 6*(f*x + e)*cos(2*f*x + 2*e) + e - 2*sin(2*f*x + 2*e)
)*cos(4*f*x + 4*e) + 48*(f*x + e)*cos(2*f*x + 2*e) + 2*(16*f*x + 16*(f*x + e)*cos(4*f*x + 4*e) + 96*(f*x + e)*
cos(2*f*x + 2*e) + 64*(f*x + e)*cos(1/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e))) + 16*e + 5*sin(4*f*x + 4*
e) - 2*sin(2*f*x + 2*e))*cos(3/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e))) + 2*(16*f*x + 16*(f*x + e)*cos(4
*f*x + 4*e) + 96*(f*x + e)*cos(2*f*x + 2*e) + 16*e + 5*sin(4*f*x + 4*e) - 2*sin(2*f*x + 2*e))*cos(1/2*arctan2(
sin(2*f*x + 2*e), cos(2*f*x + 2*e))) + 16*(3*(f*x + e)*sin(2*f*x + 2*e) + cos(2*f*x + 2*e))*sin(4*f*x + 4*e) +
 2*(16*(f*x + e)*sin(4*f*x + 4*e) + 96*(f*x + e)*sin(2*f*x + 2*e) + 64*(f*x + e)*sin(1/2*arctan2(sin(2*f*x + 2
*e), cos(2*f*x + 2*e))) - 5*cos(4*f*x + 4*e) + 2*cos(2*f*x + 2*e) - 5)*sin(3/2*arctan2(sin(2*f*x + 2*e), cos(2
*f*x + 2*e))) + 2*(16*(f*x + e)*sin(4*f*x + 4*e) + 96*(f*x + e)*sin(2*f*x + 2*e) - 5*cos(4*f*x + 4*e) + 2*cos(
2*f*x + 2*e) - 5)*sin(1/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e))) + 4*e - 16*sin(2*f*x + 2*e))/((a^2*cos(
4*f*x + 4*e)^2 + 36*a^2*cos(2*f*x + 2*e)^2 + 16*a^2*cos(3/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e)))^2 + 1
6*a^2*cos(1/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e)))^2 + a^2*sin(4*f*x + 4*e)^2 + 12*a^2*sin(4*f*x + 4*e
)*sin(2*f*x + 2*e) + 36*a^2*sin(2*f*x + 2*e)^2 + 16*a^2*sin(3/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e)))^2
 + 16*a^2*sin(1/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e)))^2 + 12*a^2*cos(2*f*x + 2*e) + a^2 + 2*(6*a^2*co
s(2*f*x + 2*e) + a^2)*cos(4*f*x + 4*e) + 8*(a^2*cos(4*f*x + 4*e) + 6*a^2*cos(2*f*x + 2*e) + 4*a^2*cos(1/2*arct
an2(sin(2*f*x + 2*e), cos(2*f*x + 2*e))) + a^2)*cos(3/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e))) + 8*(a^2*
cos(4*f*x + 4*e) + 6*a^2*cos(2*f*x + 2*e) + a^2)*cos(1/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e))) + 8*(a^2
*sin(4*f*x + 4*e) + 6*a^2*sin(2*f*x + 2*e) + 4*a^2*sin(1/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e))))*sin(3
/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e))) + 8*(a^2*sin(4*f*x + 4*e) + 6*a^2*sin(2*f*x + 2*e))*sin(1/2*ar
ctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e))))*sqrt(a)*sqrt(c)*f)

Giac [A] (verification not implemented)

none

Time = 1.68 (sec) , antiderivative size = 77, normalized size of antiderivative = 0.29 \[ \int \frac {1}{(a+a \sec (e+f x))^{5/2} \sqrt {c-c \sec (e+f x)}} \, dx=-\frac {{\left (c \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{2} - c\right )}^{2} \sqrt {-a c} a^{2} c {\left | c \right |} - 6 \, {\left (c \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{2} - c\right )} \sqrt {-a c} a^{2} c^{2} {\left | c \right |}}{16 \, a^{5} c^{5} f} \]

[In]

integrate(1/(a+a*sec(f*x+e))^(5/2)/(c-c*sec(f*x+e))^(1/2),x, algorithm="giac")

[Out]

-1/16*((c*tan(1/2*f*x + 1/2*e)^2 - c)^2*sqrt(-a*c)*a^2*c*abs(c) - 6*(c*tan(1/2*f*x + 1/2*e)^2 - c)*sqrt(-a*c)*
a^2*c^2*abs(c))/(a^5*c^5*f)

Mupad [F(-1)]

Timed out. \[ \int \frac {1}{(a+a \sec (e+f x))^{5/2} \sqrt {c-c \sec (e+f x)}} \, dx=\int \frac {1}{{\left (a+\frac {a}{\cos \left (e+f\,x\right )}\right )}^{5/2}\,\sqrt {c-\frac {c}{\cos \left (e+f\,x\right )}}} \,d x \]

[In]

int(1/((a + a/cos(e + f*x))^(5/2)*(c - c/cos(e + f*x))^(1/2)),x)

[Out]

int(1/((a + a/cos(e + f*x))^(5/2)*(c - c/cos(e + f*x))^(1/2)), x)